services.dovecot2.settings."passdb pam".service_name
NixOS option
The PAM service name to be used with the pam passdb. This option is exclusive to Dovecot 2.4. See https://doc.dovecot.org/latest/core/summaries/settings.html#passdb_pam_service_name.
type: null or stringDefault
declared in: nixos/modules/services/mail/dovecot.nixView source on NixOS/nixpkgs →if isPre24 then null else "dovecot2"